home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / nasm095.zip / TEST / INC1.ASM < prev    next >
Assembly Source File  |  1997-07-27  |  149b  |  7 lines

  1. ; This file is part of the include test.
  2. ; See inctest.asm for build instructions.
  3.  
  4. message:  db 'hello, world',13,10,'$'
  5.  
  6. %include "inc2.asm"
  7.